v10.5 (2012)
selection
Selects an island from selected components. An island is defined as all the components directly connected to the selected components.
SelectAllConnectedComponents( SelectionList ); |
<code lang="vbscript"><![CDATA[ CreatePrim "Grid", "MeshSurface" ApplyTopoOp "DeleteComponent", "grid.poly[24-39]", siUnspecified, siPersistentOperation SelectAllConnectedComponents "grid.poly[11]" |